hScrollBar
Type
property
Summary
Show or hide built-in horizontal scrollbar.
Syntax
set the hScrollBar of widget to <String>
get the hScrollBar of widget
Description
Values can be one of ["On","Off","Auto"]. The "On" value will always show the horizontal scrollbar, "Off" will hide the horizontal scrollbar and "Auto" will show it when needed.
Examples
set the hScrollBar of widget"PolyGrid" to "Auto"